html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
input,button,select{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto; 
*{  
    -webkit-touch-callout:none;  / *系统默认菜单被禁用* /  
    -webkit-user-select:none; / *webkit浏览器* /  
    -khtml-user-select:none; / *早期浏览器* /  
    -moz-user-select:none;/ *火狐* /  
    -ms-user-select:none; / *IE10* /  
    user-select:none;  
} 
*/ 
input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}
*{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; /* For some Androids */ }
/*清除苹果样式*/
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
textarea {
　　-webkit-appearance: none;
}

html {
    font-size: 62.5%;
}
body {
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#666;
    outline:none;
    font-family:normal small Microsoft YaHei,"微软雅黑","宋体",Verdana, Arial, Helvetica, sans-serif !important;
    overflow-x:hidden;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media (max-width:1200px){
    body{display:block;overflow:hidden;overflow-y:auto;}
}
input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.clearfix:after {content: "";display: block;height: 0; clear: both;}
.clearfix {zoom: 1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

.c{text-align:center !important;}
.l{text-align: left !important;}
.r{text-align: right !important;}

.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}

.mt-50{margin-top:-50px !important;}
.mt-100{margin-top:-100px !important;}
.mt-120{margin-top:-120px !important;}
.mt-130{margin-top:-130px !important;}
.mt-150{margin-top:-150px !important;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml50{margin-left:50px !important;}
.mr5{margin-right:5px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}


.pd{padding:0 !important;}
.pd20{padding:20px !important;}
.pd40-20{padding:40px 20px !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom: 0 !important;}
.pb20{padding-bottom: 20px !important;}
.pl50{padding-left: 50px !important;}

.f1{flex: 1;}
.f2{flex: 2;}

.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f24{font-size:24px !important;}
.nr{border:0 !important;}
.nr{border-radius:0 !important;}
.nb{background:none !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.dl{display:inline-block !important;}
.hd{display:none;}
.rel{position:relative;}
.abl{position:absolute;}

.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}

.o6{opacity: .6;}
.bgeee{background:#eee !important;}
.hand{cursor:pointer;}
.upp{text-transform: uppercase;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.fw700{font-weight:700 !important;}
.Arial{font-family:"Arial" !important;}
.lt05{letter-spacing:0.5px;}
.lt1{letter-spacing:1px;}
.lh20{line-height:20px !important;}
.topLine{border-top:#eee solid 1px;}
.bottomLine{border-bottom:#eee solid 1px;}
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
/*Margin间距*/
/*文字大小*/
.f20{font-size:20px !important;}

.w100{width:100% !important;}
.w50{width:50% !important;}
.w30{width:30% !important;}
.min-h350{height:350px !important;min-height: 350px !important;}
/*颜色*/
.c000{color:#000 !important;}
.cfff{color:#fff !important;}
.c666{color:#666 !important;}
.cee7c1c{color:#ee7c1c !important;}
.c521a11{color:#521a11 !important;}
.animation{transition: all 1s;}

.red{color: #e60012;}
.bg_red{background: #e60012;}
.table{display: table;}
.table_cell{display: table-cell;vertical-align: middle;}
.bgf1f1f1{background:#f1f1f1 !important;}
.bgf5f5f5{background:#f5f5f5 !important;}
.bgfafafa{background:#fafafa !important;}
.bgddd{background:#ddd !important;}
/*链接属性*/
a{color:#000;}
a:hover{color:#f08211;}

a.white{color:#fff;}
a.white:hover{color:#fff;}

a.green{color:#538f39;}
/*更多按钮*/
.more{clear:both;line-height:32px;padding:5px 30px;color:#fff;font-size:14px;overflow:hidden;display:inline-block;background:#f08211;}
.mini-more{clear:both;line-height:30px;padding:0 10px;color:#999;font-size:14px;overflow:hidden;display:inline-block;background:#ddd;border-radius: 5px;}
.mini-more:hover{clear:both;line-height:30px;padding:0 10px;color:#fff;font-size:14px;overflow:hidden;display:inline-block;background:#f08211;border-radius: 5px;}
/*CSS3鼠标经过渐变*/
a,img,b{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
square{background:#521a11;width:80px;height:3px;display:inline-block;}
img{
	border: 0;
	display: block;
/*	max-width: 100%;*/
	vertical-align: middle;
/*    -webkit-touch-callout: none;*/
/*    pointer-events: none;*/
}
/*圆角*/
.boxRound{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.shadows{
            box-shadow: 0 0 35px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.noshadows{
            box-shadow: 0 0 0 rgba(0,0,0,0) !important;
       -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.shadows_code{
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.shadows_edge{
            box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}


.pc{display:block;}
.pad{display:none !important;}
.spad{display:none !important;}
.wap{display:none !important;}
@media (max-width:1280px){
	.pc{display:none !important;}
	.pad{display:block !important;}
    .spad{display:none !important;}
    .wap{display:none !important;}
}
@media (max-width:768px){
	.pc{display:none !important;}
    .pad{display:none !important;}
    .spad{display:block !important;}
	.wap{display:none !important;}
}
@media (max-width:480px){
	.pc{display:none !important;}
    .pad{display:none !important;}
    .spad{display:none !important;}
	.wap{display:block !important;}
}
.space{clear:both;height:30px;display:block;}
/*附加样式调用结束*/
/*返回顶部*/
.return_top{width:34px;height:34px;background:#f08211;color:#fff;border-radius:30px;line-height:30px;margin-top:10px;position:fixed;right:10px;bottom:20px;text-align:center;z-index:999;text-align:center;}
.return_top i{font-size:18px;color:#fff;}
/*漂浮广告开始*/
.fainro_float{
	width:200px;
	position:fixed;
	z-index:9999999;
	right:5px;
	top:20%;
}
.fainro_float img{clear:both;width:100%;margin:10px 0 0;}
.fainro_float .float_close{clear:both;width:30px;height:30px;line-height:30px;background:rgba(0, 0, 0, 0.5)!important;filter:Alpha(opacity=50); background:#000;text-align:center;color:#fff;position:absolute;top:0;left:-31px;cursor: pointer;}
/*漂浮广告结束*/
/*分页开始*/
.pagination{clear:both;overflow:hidden;height:auto;margin:0 auto;display:block;}
.pagination ul{
  float:right;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li{float:left;}
.pagination ul > li {display: inline;}
.pagination ul > li > a,
.pagination ul > li > span {float:left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #f5f5f5;border: 1px solid #dddddd;border-left-width: 0;color:#333;}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;background-color:#538f39;}
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;cursor: default;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {color: #aaa;cursor: default;background:#f5f5f5;}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
}

/* 全局分页 */
#page{margin:30px 0;font-size:14px;height:35px;line-height:35px;text-align:center}
#page .pageinfo{margin-right:3px;color:#808080;font-size:14px;padding:8px 15px;border:1px solid #aaa;border-radius:3px;}
#page .pageinfo strong{font-weight:normal;margin:0 3px;border-radius:3px;}
#page  a{border:1px solid #aaa;background:#fff;color:#808080;padding:8px 15px;margin-left:5px;transition:all 0.2s;border-radius:3px;}
#page  a:hover,#page .curpage{background:#f08211;color:#fff;text-decoration:none;border:1px solid #f08211;}
#page .nopage{cursor:not-allowed;border-radius:3px;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #aaa;}

/* 上下篇文章*/
.page_back{clear:both;height:auto;line-height:26px;font-size:14px;padding:20px 0;font-size:14px;overflow:hidden;border-top:#ddd solid 1px;}
@media (max-width:1000px){
	.page_back{padding:10px;}
}

/*分页结束*/

